Return to start page

Searches for position of string searchedString in string whichString. If searchedString is not contained by whichString function will return -1 otherwise it will return its position. whichString String which should contain searched string. searchedString String which is searched. If the string was found it returns its position otherwise it will return -1.

Brief Description

-

Source File

Core/String/Library Misc.j

Object

FindString

Authors

-

See Objects

-

Todos

-